﻿@import url("../../../t/c/font_4847827_41yuy139men.css");

.main .left {
	padding: 60px;
}

.main h2 {
	margin: 0;
	font-weight: bold;
	font-size: 48px;
	line-height: 1.5;
	color: var(--primary-color);
	text-transform: uppercase;
	font-family: Poppins;
}

.main h3 {
	position: relative;
	margin: 0;
	margin-bottom: 16px;
	padding-top: 10px;
	padding-bottom: 25px;
	color: #444;
	border-bottom: 1px solid #cfcfcf;
}

.main h3:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 72px;
	height: 3px;
	background: var(--primary-color);
}

.left-top p {
	font-size: 16px;
	line-height: 2;
}

.info_list-item {
	display: flex;
	padding: 24px 0;
	border-bottom: 1px solid #cfcfcf;
}

.info_list-item i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	width: 48px;
	height: 48px;
	color: var(--primary-color);
}

.info_list-item .content {
	flex: 0 0 90%;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.info_list-item .content p {
	font-size: 16px;
	line-height: 1;
	color: rgba(34, 34, 34, 1);
}

.info_list-item .content p:first-child {
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	line-height: 1;
}

.info_list-item .icon {
	flex: 1;
}

.info_list-item.info p {
	line-height: 2;
}

@media screen and (max-width: 991px) {
	.main .left {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.main h2 {
		font-size: 32px;
	}

	.main h3 {
		font-size: 18px;
		margin: 0;
	}

	.main .wrapper {
		padding: 20px;
	}

}